Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/

assets /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/assets/
3 Items
  • images1.jpg
  • images2.jpg
  • images3.jpg
  • font /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/font/
    1 Items
  • sans.ttf
  • fonts /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/fonts/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/index.html
    427 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    start.js /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/start.js
    151 Views
    0 Comments
    function rpsGame(humanChoice) {

    let myChoice = number(humanChoice);
    let comChoice = random();

    let final=re
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/37 - RPS Game/style.css
    175 Views
    0 Comments
    * {
    padding: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {
    font-family: "sans";